*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* index */
  .text-box-index{
  width: 85%;
  background-color: rgb(140, 250, 110);
  margin: auto;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.text-box-index p {
  font-size: 16px;
}

.text-box-index b {
  font-size: 16px;
}

.text-box-index-timeline {
  background: #a4d0e0d1;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
/*  */

/* งานที่ปรึกษา */
.text-box-consultant {
  width: 85%;
  background-color: rgb(140, 250, 110);
  margin: auto;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.text-box-consultant p {
  font-size: 16px;
}

.text-box-consultant b {
  font-size: 16px;
}

.text-box-consultant-timeline {
  background: #a4d0e0d1;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
/*  */

/* งานยานยนต์ไฟฟ้า */
.text-box-ev {
  width: 85%;
  background-color: rgb(140, 250, 110);
  margin: auto;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.text-box-ev p {
  font-size: 16px;
}

.text-box-ev b {
  font-size: 16px;
}

.text-box-ev-timeline {
  background: #a4d0e0d1;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.text-box-ev-2 {
  max-width: 900px;
  margin: 20px auto;
  padding: 20px;
  border-radius: 10px;
  box-sizing: border-box;
  background: #a4d0e0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.company-info-ev {

  min-width: 300px;
  margin: 10px;
}

.company-info-ev b{
  font-size: 27px;
}

.company-info-ev p {
  font-size: 20px;
  margin: 5px 0;
}

.slider-container-ev {
  display: flex;
  justify-content: center;
  align-items: center;
}
/*  */

/* งานวิจัย */
.text-box-research {
  width: 85%;
  background-color: rgb(140, 250, 110);
  margin: auto;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.text-box-research p {
  font-size: 16px;
}

.text-box-research b {
  font-size: 16px;
}
.text-box-research-timeline {
  background: #a4d0e0d1;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
/*  */

/* TSM */
.container-tsm {
  max-width: 1450px;
  padding: 20px;
  background: #8ffa77;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  position: relative;
}

.slider-container-tsm {
  position: relative;
  width: 100%;
}

.footer-content-tsm {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  padding: 100px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  min-width: 300px;
}

.company-info-tsm img {
  width: 280px;
  height: auto;
  margin-bottom: 20px;
}

.company-info-tsm b {
  font-size: 18px;
  margin-bottom: 10px;
}

.company-info-tsm p {
  font-size: 16px;
  margin: 5px 20px;
}

.text-box-tsm-timeline {
  background: #a4d0e0d1;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
/*  */

/* About */
.text-box-about {
  width: 100%;
  padding: 20px;
  margin: 10px 0;
  box-sizing: border-box;
  background-color: rgb(140, 250, 110);
  border: 1px solid #ddd;
  border-radius: 10px;
}

.company-info-about {

  min-width: 300px;
  margin: 10px;
}

.company-info-about b {
  font-size: 27px;
}

.company-info-about p {
  font-size: 20px;
  margin: 5px 0;
}

.company-info-about img {
  width: 280px;
  height: auto;
  margin-bottom: 20px;
}

.footer-content-about {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  padding: 100px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  min-width: 300px;
}

.company-about-1 {
  width: 48%;
}

.company-about-1 b {
  font-size: 27px;
}

.company-about-1 p {
  font-size: 20px;
  margin: 5px 0;
}

.text-box-about-1 {
  width: 100%;
  margin: 10px 0;
  padding: 20px;
  border-radius: 10px;
  box-sizing: border-box;
  background-color: #a4d0e0;
  border: 2px solid #000000;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/*  */

header3 {
  display: flex;
  justify-content: center; /* จัดรูปให้อยู่ตรงกลาง */
  gap: 0px; /* ช่องว่างระหว่างรูป */
  padding: 0px;
  background: #f4f4f4; /* เพิ่มความโปร่งแสงให้ header2 */
  background-size: cover;
}

.background-image {
  width: 100%;
  height: 100%; /* ความสูงเท่ากับ header */
}

.background-image-2 {
  width: 33.3%; /* ปรับขนาดของรูปภาพให้เหมาะสม */
  height: auto; /* ให้ขนาดความสูงปรับตามความกว้าง */
}

.background-image-3 {
  width: 19.76%; /* ปรับขนาดของรูปภาพให้เหมาะสม */
  height: auto; /* ให้ขนาดความสูงปรับตามความกว้าง */
  
}
.background-image-4 {
  width: 25%; /* ปรับขนาดของรูปภาพให้เหมาะสม */
  height: auto; /* ให้ขนาดความสูงปรับตามความกว้าง */
  
}

/* about desigh */
.content-container {
  margin: 20px;
}

.content-container-1 {
  margin: 120px;
}

.text-box {
  background: #a4d0e0d1;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.text-box-copy {
  background: #a4d0e0d1;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.text-box-1 {
  width: 85%;
  background-color: rgb(140, 250, 110);
  margin: auto;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}



.text-box-1-copy {
  width: 100%;
  padding: 20px;
  /* ปรับขนาด padding ตามต้องการ */
  margin: 10px 0;
  /* เพิ่ม margin ด้านบนและล่าง */
  box-sizing: border-box;
  /* รวม padding และ border ในขนาดทั้งหมด */
  background-color: rgb(140, 250, 110);
  /* ตัวอย่างสีพื้นหลัง */
  border: 1px solid #ddd;
  /* ตัวอย่างขอบ */
  border-radius: 10px;
}

.text-box-1-copy img {
  max-width: 100%;
  /* ปรับขนาดรูปภาพให้ไม่เกินขนาดของกล่องข้อความ */
  height: auto;
}

.map-container {
  text-align: center;
  /* จัดรูปภาพให้อยู่ตรงกลาง */
  margin-top: 10px;
  /* เพิ่ม margin ด้านบน */
}

.contact-info {
  margin-bottom: 10px;
  /* เพิ่ม margin ด้านล่าง */
}

.text-box-2 {
  max-width: 900px;
  margin: 20px auto;
  padding: 20px;
  border-radius: 10px;
  box-sizing: border-box;
  background: #a4d0e0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.text-box-3 {
  width: 100%;
  margin: 10px 0;
  padding: 20px;
  border-radius: 10px;
  box-sizing: border-box;
  background-color: #a4d0e0;
  border: 2px solid #000000;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
}

.company-info{
  
  min-width: 300px;
  margin: 10px;
}

.company-about {
  width: 48%;
}

.company-info b,
.company-about b {
  font-size: 27px;
}

.company-info p,
.company-about p {
  font-size: 20px;
  margin: 5px 0;
}

.map-container {
  flex: 2;
  display: grid;
  justify-content: center;
}

.map-container img {
  width: 50%;
  height: auto;
  position: center;
}

.contact-header {
  font-size: 24px;
  margin-right: 10px;
}

.company-about img {
  width: 150px;
  height: auto;
  margin-left: 20px;
}

.contact-info {
  flex: 1;
  margin-bottom: 10px;
}

.contact-info p {
  font-size: 20px;
}

.contact-info-1 {
  flex: 1;
  margin-bottom: 10px;
  float: right;
}

.contact-info-img img{
  flex: 1;
  margin-bottom: 10px;
}

.contact-info img {
  max-width: 100%;
  height: auto;
  float: right;
}


/* TSM */
.container {
  max-width: 1450px;
  padding: 20px;
  background: #8ffa77;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  position: relative;
}


.footer-content-1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  padding: 100px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  min-width: 300px;
}

.company-info-1 img {
  width: 280px;
  height: auto;
  margin-bottom: 20px;
}

.company-info-1 b {
  font-size: 18px;
  margin-bottom: 10px;
}

.company-info-1 p {
  font-size: 16px;
  margin: 5px 20px;
}

.slider-1 {
  display: flex;
  overflow-x: hidden;
  scroll-behavior: smooth;
  padding: 20px;
}

.slider-1 div {
  min-width: 300px;
  margin: 0 10px;
}

.slider-container-1 {
  position: relative;
  width: 100%;
}

.slider-button-1 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgb(207, 207, 207);
  border: 1px solid #ccc;
  cursor: pointer;
  padding: 7px;
  z-index: 10;
}

.slider-button-1.left-1 {
  left: 10px;
}

.slider-button-1.right-1 {
  right: 10px;
}
/* */
.content-wrapper {
  display: flex;
  align-items: flex-start;
}

.content-wrapper .content-image {
  margin-right: 20px;
  max-width: 200px; /* หรือขนาดที่ต้องการ */
  height: auto;
}

.content-image2 {
  padding-top: 20px;
  width: 100px; /* หรือขนาดที่ต้องการ */
  height: auto;
  margin-left: 50px;
  margin-right: auto;
}

body {
  --color: rgb(30, 30, 30);
  --bgColor: rgb(255, 255, 255);
  --accent-color: rgb(65, 199, 4);
  --line-color: rgb(65, 199, 4);
    font-family: "TH SarabunPSK", "Angsana New";
    align-content: center;
    margin: 0;
    line-height: 1.6;
    padding: 0;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    color: var(--color);
    background-color: #013220;
    
  }

p {
  font-family: "TH SarabunPSK", "Angsana New";
}
b {
  font-family: "TH SarabunPSK", "Angsana New";
}

  h1 {
    text-align: center;
    font-family: "TH SarabunPSK", "Angsana New";
  }
  h3 {
    font-size: 18px;
    font-family: "TH SarabunPSK", "Angsana New";
  }
  
  header {
    background-color: #04AA6D;
    padding: 20px;
    text-align: center;
  }
  
  .topnav {
    background-color: #04AA6D;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
  }
  
  .topnav .logo {
    padding: 10px 0;
  }
  
  .topnav .logo img {
    width: 100px;
    height: auto;
  }
  
  .nav-links {
    display: flex;
    align-items: center;
    margin-right: auto;
    margin-left: 30px;
  }
  
  .nav-links a {
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    border: none;
    background: none;
    cursor: pointer;
  }
  
  .topnav button {
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    border: none;
    background: none;
    cursor: pointer;
  }
  
  .topnav a:hover,
  .topnav button:hover {
    background-color: #ddd;
    color: black;
  }
  
  .topnav a.active {
    background-color: #333;
    color: white;
  }
  

  /* Language toggle button */
#language-toggle {
  margin-left: 20px;
  padding: 13px 13px;
  font-size: 17px;
  color: #000000;
  background-color: #e5da02;
  border: 2px solid #000000;
  border-radius: 5px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s, box-shadow 0.3s;
}

#language-toggle:hover {
  color: #ffffff;
  background-color: #beb400;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}
  
  main {
    background-color: #013220;
    flex: 1;
    padding: 50px;
  }
  
  .text-content {
    margin-bottom: 10px;
  }
  
  .slider-container {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .slider {
    width: 80%;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    height: 200px; /* Adjusted to match the image height */
  }
  
  .slides {
    display: flex;
    animation: slide-animation 20s infinite linear;
  }
  
  .slide {
    width: 200px; /* Fixed width of each image */
    flex: none;
  }
  
  .slide img {
    width: 200px; /* Fixed width of each image */
    height: 200px; /* Fixed height of each image */
    object-fit: cover;
    border-radius: 5px;
    cursor: pointer;
  }
  
  @keyframes slide-animation {
    0% { transform: translateX(0); }
    100% { transform: translateX(calc(-200px * 12)); } /* Adjusted to match the total width of all images */
  }
  
  /* Modal styles */
  .modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0 ;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.9);
  }
  
  .modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 400px;
  }
  
  .modal-content, .close {
    animation-name: zoom;
    animation-duration: 0.6s;
  }
  
  @keyframes zoom {
    from {transform: scale(0)}
    to {transform: scale(1)}
  }
  
  .close {
    position: absolute;
    top: 20px;
    right: 35px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
  }
  
  .close:hover,
  .close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
  }

  /* Timeline styles */
ul {
  --col-gap: 2rem;
  --row-gap: 2rem;
  --line-w: 0.25rem;
  display: grid;
  grid-template-columns: var(--line-w) 1fr;
  grid-auto-columns: max-content;
  column-gap: var(--col-gap);
  list-style: none;
  width: min(60rem, 90%);
  margin-inline: auto;
}

ul::before {
  content: "";
  grid-column: 1;
  grid-row: 1 / span 20;
  background: var(--line-color);
  border-radius: calc(var(--line-w) / 2);
  box-shadow: 0 0 10px var(--line-color);
}

ul li:not(:last-child) {
  margin-bottom: var(--row-gap);
}

ul li {
  grid-column: 2;
  --inlineP: 1.5rem;
  margin-inline: var(--inlineP);
  grid-row: span 2;
  display: grid;
  grid-template-rows: min-content min-content min-content;
}

ul li .date {
  --dateH: 3rem;
  height: var(--dateH);
  margin-inline: calc(var(--inlineP) * -1);
  text-align: center;
  background-color: var(--accent-color);
  color: white;
  font-size: 1.25rem;
  font-weight: 700;
  display: grid;
  place-content: center;
  position: relative;
  border-radius: calc(var(--dateH) / 2) 0 0 calc(var(--dateH) / 2);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s;
}

ul li .date::after {
  content: "";
  position: absolute;
  width: 2rem;
  aspect-ratio: 1;
  background: var(--bgColor);
  border: 0.3rem solid var(--accent-color);
  border-radius: 50%;
  top: 50%;
  transform: translate(50%, -50%);
  right: calc(100% + var(--col-gap) + var(--line-w) / 2);
}

ul li .title,
ul li .descr {
  background: var(--bgColor);
  position: relative;
  padding-inline: 1.5rem;
  border-left: 5px solid var(--accent-color);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

ul li .title {
  overflow: hidden;
  padding-block-start: 1.5rem;
  padding-block-end: 1rem;
  font-weight: 500;
  color: var(--accent-color);
}

ul li .descr {
  padding-block-end: 1.5rem;
  font-weight: 300;
  font-family: "TH SarabunPSK", Angsana New;
}

ul li .title::before,
ul li .descr::before {
  content: "";
  position: absolute;
  width: 90%;
  height: 0.5rem;
  background: rgba(0, 0, 0, 0.5);
  left: 50%;
  border-radius: 50%;
  filter: blur(4px);
  transform: translate(-50%, 50%);
}

ul li .title::before {
  bottom: calc(100% + 0.125rem);
}

ul li .descr::before {
  z-index: -1;
  bottom: 0.25rem;
}

@media (min-width: 768px) {
  ul {
    grid-template-columns: 1fr var(--line-w) 1fr;
  }
  ul::before {
    grid-column: 2;
  }
  ul li:nth-child(odd) {
    grid-column: 1;
  }
  ul li:nth-child(even) {
    grid-column: 3;
  }
  ul li:nth-child(2) {
    grid-row: 2 / 4;
  }
  ul li:nth-child(odd) .date::before {
    clip-path: polygon(0 0, 100% 0, 100% 100%);
    left: 0;
  }
  ul li:nth-child(odd) .date::after {
    transform: translate(-50%, -50%);
    left: calc(100% + var(--col-gap) + var(--line-w) / 2);
  }
  ul li:nth-child(odd) .date {
    border-radius: 0 calc(var(--dateH) / 2) calc(var(--dateH) / 2) 0;
  }
}
  
  footer {
    background-color: #04AA6D;
    color: white;
    text-align: center;
    padding: 10px;
  }
  .footer-content {
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    align-items: center;
    margin-bottom: 20px;
    flex-wrap: wrap;
  }
  
  .footer-content div {
    margin: 10px;
    flex: 1;
  }
  
  .company-info h2, .contact-info h3 {
    margin-bottom: 10px;
    font-size: 17px;
  }
  
  .company-info p, .contact-info p {
    margin: 5px 0;
  }
  
  .footer-bottom {
    border-top: 1px solid #fff;
    padding-top: 10px;
    padding: 0 30px;
  }
  
  .footer a {
    color: #fff;
    text-decoration: underline;
  }
  
  .footer a:hover {
    color: #ddd;
  }

  .menu-buttons {
    display: flex;
    align-items: center;
  }
  
  .menu-buttons button {
    
    margin-left: 10px;
  }

  .menu-toggle {
    display: none;
  }  
  /* ซ่อน dropdown-content ตั้งแต่แรก */
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    right: 10px; /* ให้ dropdown-content ตรงกับปุ่ม */
  }
  
  .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }
  
  .dropdown-content a:hover {
    background-color: #f1f1f1;
  }
  
  /* แสดง dropdown-content เมื่อปุ่มถูกกด */
  .show {
    display: block;
  }

  @media (max-width: 768px) {

    .topnav {
    flex-direction: row;
    align-items: center;
    position: relative;
  }

  .footer-content {
    flex-direction: column;
    align-items: flex-start;
  }

  .company-info, .company-about {
    width: 100%;
    padding: 10px;
  }

    .nav-links {
      display: none; /* ซ่อนเมนูในหน้าจอขนาดเล็ก */
      flex-direction: column;
      align-items: flex-start;
    }

    .nav-links a {
      padding: 10px;
      width: 100%;
      text-align: left;
    }
  
    .menu-toggle {
      display: block;
      background-color: #04AA6D;
      color: #fff;
      border: none;
      font-size: 24px;
      padding: 10px;
      cursor: pointer;
      align-self: flex-end;
    }
  
    .nav-links.show {
      display: flex; /* แสดงเมนูเมื่อกดปุ่ม dropdown */
    }
  
    .menu-buttons {
      align-items: center;
    }
  
    .content-wrapper {
      flex-direction: column;
      align-items: flex-start;
    }
  
    .content-wrapper .content-image {
      margin: 0 0 20px 0;
    }

    .text-box-2,
    .text-box-3 {
      width: 90%; /* ให้ขนาดกว้างขึ้น 90% ของหน้าจอ */
      flex-direction: column; /* ปรับให้เนื้อหาเรียงเป็นแนวตั้ง */
      align-items: flex-start; /* ปรับการจัดเรียงให้อยู่ด้านซ้าย */
      padding: 10px; /* ลดการ padding เพื่อให้เหมาะสมกับหน้าจอ */
      margin: 10px;
    }

    .contact-info {
      padding: 10px;
      text-align: left;
    }

    .contact-info p {
      font-size: 16px;
    }


    .company-info p {
      font-size: 20px;
    }

    .tax-id {
    font-size: 12px;
    }

    .contact-info-img img {
      max-width: 100%;
      height: auto;
    }
    .company-info img {
      max-width: 100%;
      height: auto;
    }
        .map-container img {
          width: 100%;
          height: auto;
        }
  }

  @viewport {
    width: device-width;
    initial-scale: 1.0;
  }
  
  /* Ensure images in header3 resize properly */
  header3 img {
    width: 100%;
    height: auto;
  }
  
  /* Container should also be responsive */
  .container {
    max-width: 100%;
    padding: 10px;
  }
  
  /* Flex elements to adjust on smaller screens */
  header3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  
  
  /* สำหรับหน้าจอขนาดเล็ก */
  @media (max-width: 480px) {
    main {
        padding: 20px;
      }

    .topnav {
      
      padding: 0 10px;
    }
  
    .nav-links {
      margin-left: 0;
    }
  
    .content-wrapper {
      padding: 0 10px;
    }
  
    .container {
      padding: 10px;
    }
  
    .text-box,
    .text-box-1{
      width: 100%;
      padding: 10px;
    }

    .text-box-1 b{
      font-size: 14px;
    }
    
    .text-box-1-copy {
    padding: 10px;
  }

    
  
    .footer-content {
    padding: 0 10px;
  }
  
    .footer-content-1 {
      padding: 10px;
    }

    .company-about img {
      max-width: 70%;
      height: auto;
    }

    .company-about {
      width: 90%; /* ให้ขนาดกว้างขึ้น 90% ของหน้าจอ */
      flex-direction: column; /* ปรับให้เนื้อหาเรียงเป็นแนวตั้ง */
      align-items: flex-start; /* ปรับการจัดเรียงให้อยู่ด้านซ้าย */
      padding: 10px; /* ลดการ padding เพื่อให้เหมาะสมกับหน้าจอ */
      margin: 20px;
    }

    .contact-header {
      font-size: 18px;
    }

    .contact-info p {
      font-size: 12px;
    }
    
    .company-info p {
      font-size: 16px;
    }

    .company-info img {
      max-width: 70%;
      height: auto;
    }
    .contact-info b {
      font-size: 16px;
    }
  
}
